From: Victor Seva Date: Thu, 17 Jan 2019 07:13:17 +0000 (+0000) Subject: don't try to install to lib64 X-Git-Tag: archive/raspbian/5.5.4-1+rpi1~1^2^2~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=40d9d341b1fb5a86de26fd11e598d68e383cc6ef;p=kamailio.git don't try to install to lib64 Gbp-Pq: Name no_lib64_on_64_bits.patch --- diff --git a/src/Makefile.defs b/src/Makefile.defs index 349e21cc..bf81bb92 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -388,15 +388,7 @@ endif $(info target architecture <$(ARCH)>, host architecture <$(HOST_ARCH)>) -LIBDIR ?= -ifeq ($(LIBDIR),) -ARCHBSZ= $(shell echo $(ARCH) | sed -e 's/.*64.*/64b/') -ifeq ($(ARCHBSZ),64b) - LIBDIR = lib64 -else - LIBDIR = lib -endif -endif +LIBDIR ?= lib # dirs cfg_dir = etc/$(MAIN_NAME)/